home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / HOLODECK.DIR / 00036_Script_36 < prev    next >
Text File  |  1994-11-01  |  1KB  |  42 lines

  1. on noReply
  2.   global clipCount
  3.   set the puppet of sprite 20 to TRUE
  4.   if clipcount = 1 then
  5.     -- Are you sure?
  6.     set the castNum of sprite 20 to the number of cast "Q2NO.MOV"
  7.     go to "no"
  8.   else if clipcount = 2 then
  9.     -- Find a man... maybe I did?
  10.     go to "no"
  11.     set the castNum of sprite 20 to the number of cast "Q3NO.MOV"
  12.   else if clipcount = 3 then
  13.     -- jacket off
  14.     go to "no"
  15.     set the castNum of sprite 20 to the number of cast "Q4NO.MOV"
  16.   else if clipcount = 4 then
  17.     -- DO YOU MIND, if I take my shoes off?
  18.     go to "no"
  19.     set the castNum of sprite 20 to the number of cast "Q5YES.MOV"
  20.   else if clipcount = 5 then
  21.     -- OK if I take my skirt off?
  22.     go to "No"
  23.     set the castNum of sprite 20 to the number of cast "Q6NO.MOV"
  24.   else if clipcount = 6 then
  25.     -- blouse off
  26.     go to "No"
  27.     set the castNum of sprite 20 to the number of cast "Q7NO.MOV"
  28.   else if clipcount = 7 then
  29.     -- stockings off
  30.     go to "No"
  31.     set the castNum of sprite 20 to the number of cast "Q8NO.MOV"
  32.   else if clipcount = 8 then
  33.     -- tease
  34.     unsetQT 20
  35.     go to "FINISH"
  36.     -- set the castNum of sprite 20 to the number of cast "Q9BYE.MOV"
  37.   else
  38.     go to "ChooseMovie"
  39.   end if
  40.   spriteBox 20, 160, 130, 480, 370
  41.   upDateStage
  42. end noReply